Class: Aws::Types::Attachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id ⇒ ::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


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

def attachment_id
  @attachment_id
end

#attachment_policy_rule_number ⇒ ::Integer

Returns the value of attribute attachment_policy_rule_number.

Returns:

  • (::Integer)


99
100
101
# File 'sig/types.rbs', line 99

def attachment_policy_rule_number
  @attachment_policy_rule_number
end

#attachment_type ⇒ "CONNECT", ...

Returns the value of attribute attachment_type.

Returns:

  • ("CONNECT", "SITE_TO_SITE_VPN", "VPC", "DIRECT_CONNECT_GATEWAY", "TRANSIT_GATEWAY_ROUTE_TABLE")


94
95
96
# File 'sig/types.rbs', line 94

def attachment_type
  @attachment_type
end

#core_network_arn ⇒ ::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


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

def core_network_arn
  @core_network_arn
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


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

def core_network_id
  @core_network_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def created_at
  @created_at
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def edge_location
  @edge_location
end

#edge_locations ⇒ ::Array[::String]

Returns the value of attribute edge_locations.

Returns:

  • (::Array[::String])


97
98
99
# File 'sig/types.rbs', line 97

def edge_locations
  @edge_locations
end

#last_modification_errors ⇒ ::Array[Types::AttachmentError]

Returns the value of attribute last_modification_errors.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def last_modification_errors
  @last_modification_errors
end

#network_function_group_name ⇒ ::String

Returns the value of attribute network_function_group_name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def network_function_group_name
  @network_function_group_name
end

#owner_account_id ⇒ ::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


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

def 
  @owner_account_id
end

#proposed_network_function_group_change ⇒ Types::ProposedNetworkFunctionGroupChange

Returns the value of attribute proposed_network_function_group_change.



104
105
106
# File 'sig/types.rbs', line 104

def proposed_network_function_group_change
  @proposed_network_function_group_change
end

#proposed_segment_change ⇒ Types::ProposedSegmentChange

Returns the value of attribute proposed_segment_change.



103
104
105
# File 'sig/types.rbs', line 103

def proposed_segment_change
  @proposed_segment_change
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def resource_arn
  @resource_arn
end

#segment_name ⇒ ::String

Returns the value of attribute segment_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def segment_name
  @segment_name
end

#state ⇒ "REJECTED", ...

Returns the value of attribute state.

Returns:

  • ("REJECTED", "PENDING_ATTACHMENT_ACCEPTANCE", "CREATING", "FAILED", "AVAILABLE", "UPDATING", "PENDING_NETWORK_UPDATE", "PENDING_TAG_ACCEPTANCE", "DELETING")


95
96
97
# File 'sig/types.rbs', line 95

def state
  @state
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def tags
  @tags
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def updated_at
  @updated_at
end