Class: Aws::Types::CreateCoreDefinitionVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def amzn_client_token
  @amzn_client_token
end

#core_definition_id::String

Returns the value of attribute core_definition_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def core_definition_id
  @core_definition_id
end

#cores::Array[Types::Core]

Returns the value of attribute cores.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def cores
  @cores
end