Class: Aws::Types::AssetAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AssetAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
162 163 164 |
# File 'sig/types.rbs', line 162 def agent_id @agent_id end |
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def ami_id @ami_id end |
#auto_scaling_group ⇒ ::String
Returns the value of attribute auto_scaling_group.
163 164 165 |
# File 'sig/types.rbs', line 163 def auto_scaling_group @auto_scaling_group end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
165 166 167 |
# File 'sig/types.rbs', line 165 def hostname @hostname end |
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
166 167 168 |
# File 'sig/types.rbs', line 166 def ipv4_addresses @ipv4_addresses end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
168 169 170 |
# File 'sig/types.rbs', line 168 def network_interfaces @network_interfaces end |
#schema_version ⇒ ::Integer
Returns the value of attribute schema_version.
161 162 163 |
# File 'sig/types.rbs', line 161 def schema_version @schema_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
167 168 169 |
# File 'sig/types.rbs', line 167 def @tags end |