Class: Aws::Types::TargetResourceType
- Inherits:
-
Object
- Object
- Aws::Types::TargetResourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameters ⇒ ::Hash[::String, Types::TargetResourceTypeParameter]
Returns the value of attribute parameters.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
727 728 729 |
# File 'sig/types.rbs', line 727 def description @description end |
#parameters ⇒ ::Hash[::String, Types::TargetResourceTypeParameter]
Returns the value of attribute parameters.
728 729 730 |
# File 'sig/types.rbs', line 728 def parameters @parameters end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
726 727 728 |
# File 'sig/types.rbs', line 726 def resource_type @resource_type end |