Class: Aws::Types::CreateListingChangeSetInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"PUBLISH", "UNPUBLISH"

Returns the value of attribute action.

Returns:

  • ("PUBLISH", "UNPUBLISH")


1359
1360
1361
# File 'sig/types.rbs', line 1359

def action
  @action
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ASSET", "DATA_PRODUCT")


1357
1358
1359
# File 'sig/types.rbs', line 1357

def entity_type
  @entity_type
end