Class: Aws::Types::CreateListingChangeSetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateListingChangeSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "PUBLISH", "UNPUBLISH"
Returns the value of attribute action.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
-
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
-
#entity_type ⇒ "ASSET", "DATA_PRODUCT"
Returns the value of attribute entity_type.
Instance Attribute Details
#action ⇒ "PUBLISH", "UNPUBLISH"
Returns the value of attribute action.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def domain_identifier @domain_identifier end |
#entity_identifier ⇒ ::String
Returns the value of attribute entity_identifier.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def entity_identifier @entity_identifier end |
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def entity_revision @entity_revision end |
#entity_type ⇒ "ASSET", "DATA_PRODUCT"
Returns the value of attribute entity_type.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def entity_type @entity_type end |