Class: Aws::Types::PutResourceConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResourceConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ ::String
Returns the value of attribute configuration.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def configuration @configuration end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def resource_type @resource_type end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def schema_version_id @schema_version_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def end |