Class: Aws::Types::RegistrationInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute additional_attributes.

Returns:

  • (::Hash[::String, ::String])


1811
1812
1813
# File 'sig/types.rbs', line 1811

def additional_attributes
  @additional_attributes
end

#approved_version_number ⇒ ::Integer

Returns the value of attribute approved_version_number.

Returns:

  • (::Integer)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def approved_version_number
  @approved_version_number
end

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def created_timestamp
  @created_timestamp
end

#current_version_number ⇒ ::Integer

Returns the value of attribute current_version_number.

Returns:

  • (::Integer)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def current_version_number
  @current_version_number
end

#latest_denied_version_number ⇒ ::Integer

Returns the value of attribute latest_denied_version_number.

Returns:

  • (::Integer)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def latest_denied_version_number
  @latest_denied_version_number
end

#registration_arn ⇒ ::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def registration_arn
  @registration_arn
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def registration_id
  @registration_id
end

#registration_status ⇒ "CREATED", ...

Returns the value of attribute registration_status.

Returns:

  • ("CREATED", "SUBMITTED", "AWS_REVIEWING", "REVIEWING", "REQUIRES_AUTHENTICATION", "PROVISIONING", "COMPLETE", "REQUIRES_UPDATES", "CLOSED", "DELETED")


1807
1808
1809
# File 'sig/types.rbs', line 1807

def registration_status
  @registration_status
end

#registration_type ⇒ ::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def registration_type
  @registration_type
end