Class: Aws::Types::GetEnrollmentStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def last_updated_timestamp
  @last_updated_timestamp
end

#member_accounts_enrolledBoolean

Returns the value of attribute member_accounts_enrolled.

Returns:

  • (Boolean)


560
561
562
# File 'sig/types.rbs', line 560

def member_accounts_enrolled
  @member_accounts_enrolled
end

#number_of_member_accounts_opted_in::Integer

Returns the value of attribute number_of_member_accounts_opted_in.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def number_of_member_accounts_opted_in
  @number_of_member_accounts_opted_in
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Pending", "Failed")


558
559
560
# File 'sig/types.rbs', line 558

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def status_reason
  @status_reason
end