Class: Aws::S3Files::Types::UpdateMountTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::UpdateMountTargetResponse
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ String
The Availability Zone ID where the mount target is located.
-
#file_system_id ⇒ String
The ID of the S3 File System.
-
#ipv4_address ⇒ String
The IPv4 address of the mount target.
-
#ipv6_address ⇒ String
The IPv6 address of the mount target.
-
#mount_target_id ⇒ String
The ID of the mount target.
-
#network_interface_id ⇒ String
The ID of the network interface associated with the mount target.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the mount target owner.
-
#security_groups ⇒ Array<String>
The security groups associated with the mount target.
-
#status ⇒ String
The current status of the mount target.
-
#status_message ⇒ String
Additional information about the mount target status.
-
#subnet_id ⇒ String
The ID of the subnet where the mount target is located.
-
#vpc_id ⇒ String
The ID of the VPC where the mount target is located.
Instance Attribute Details
#availability_zone_id ⇒ String
The Availability Zone ID where the mount target is located.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the S3 File System.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#ipv4_address ⇒ String
The IPv4 address of the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#ipv6_address ⇒ String
The IPv6 address of the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#mount_target_id ⇒ String
The ID of the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface associated with the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the mount target owner.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
The security groups associated with the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the mount target.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the mount target status.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet where the mount target is located.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC where the mount target is located.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1517 class UpdateMountTargetResponse < Struct.new( :availability_zone_id, :owner_id, :mount_target_id, :file_system_id, :subnet_id, :ipv4_address, :ipv6_address, :network_interface_id, :vpc_id, :security_groups, :status, :status_message) SENSITIVE = [] include Aws::Structure end |