Class: Aws::Types::GetCoreDefinitionVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::CoreDefinitionVersion

Returns the value of attribute definition.



704
705
706
# File 'sig/types.rbs', line 704

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def next_token
  @next_token
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def version
  @version
end