Class: Aws::Types::PhysicalResource
- Inherits:
-
Object
- Object
- Aws::Types::PhysicalResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
-
#app_components ⇒ ::Array[Types::AppComponent]
Returns the value of attribute app_components.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
-
#parent_resource_name ⇒ ::String
Returns the value of attribute parent_resource_name.
-
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_type ⇒ "AppTemplate", "Discovered"
Returns the value of attribute source_type.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def additional_info @additional_info end |
#app_components ⇒ ::Array[Types::AppComponent]
Returns the value of attribute app_components.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def app_components @app_components end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def excluded @excluded end |
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def logical_resource_id @logical_resource_id end |
#parent_resource_name ⇒ ::String
Returns the value of attribute parent_resource_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def parent_resource_name @parent_resource_name end |
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def physical_resource_id @physical_resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def resource_type @resource_type end |
#source_type ⇒ "AppTemplate", "Discovered"
Returns the value of attribute source_type.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def source_type @source_type end |