Class: Aws::Types::GetGroupVersionResponse

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)


843
844
845
# File 'sig/types.rbs', line 843

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::GroupVersion

Returns the value of attribute definition.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def version
  @version
end