Class: Aws::Types::CreateMountTargetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def availability_zone_id
  @availability_zone_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def file_system_id
  @file_system_id
end

#ipv4_address::String

Returns the value of attribute ipv4_address.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def ipv4_address
  @ipv4_address
end

#ipv6_address::String

Returns the value of attribute ipv6_address.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def ipv6_address
  @ipv6_address
end

#mount_target_id::String

Returns the value of attribute mount_target_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def mount_target_id
  @mount_target_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def owner_id
  @owner_id
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


90
91
92
# File 'sig/types.rbs', line 90

def security_groups
  @security_groups
end

#status"available", ...

Returns the value of attribute status.

Returns:

  • ("available", "creating", "deleting", "deleted", "error", "updating")


91
92
93
# File 'sig/types.rbs', line 91

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def status_message
  @status_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def vpc_id
  @vpc_id
end