Class: Aws::Types::DescribeRegistrationVersionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def next_token
  @next_token
end

#registration_arn::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def registration_arn
  @registration_arn
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def registration_id
  @registration_id
end

#registration_versions::Array[Types::RegistrationVersionInformation]

Returns the value of attribute registration_versions.



982
983
984
# File 'sig/types.rbs', line 982

def registration_versions
  @registration_versions
end