Class: Aws::Types::LogicalResourceId
- Inherits:
-
Object
- Object
- Aws::Types::LogicalResourceId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks_source_name ⇒ ::String
Returns the value of attribute eks_source_name.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#logical_stack_name ⇒ ::String
Returns the value of attribute logical_stack_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#terraform_source_name ⇒ ::String
Returns the value of attribute terraform_source_name.
Instance Attribute Details
#eks_source_name ⇒ ::String
Returns the value of attribute eks_source_name.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def eks_source_name @eks_source_name end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def identifier @identifier end |
#logical_stack_name ⇒ ::String
Returns the value of attribute logical_stack_name.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def logical_stack_name @logical_stack_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def resource_group_name @resource_group_name end |
#terraform_source_name ⇒ ::String
Returns the value of attribute terraform_source_name.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def terraform_source_name @terraform_source_name end |