Class: Aws::Types::IamRegistrationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def error_message
  @error_message
end

#registration_status ⇒ "REGISTRATION_PENDING", ...

Returns the value of attribute registration_status.

Returns:

  • ("REGISTRATION_PENDING", "REGISTRATION_SUCCESS", "REGISTRATION_FAILURE")


685
686
687
# File 'sig/types.rbs', line 685

def registration_status
  @registration_status
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def role_arn
  @role_arn
end