Class: Aws::Types::AccountInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def 
  @account_name
end

#account_subscription_status::String

Returns the value of attribute account_subscription_status.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def 
  @account_subscription_status
end

#authentication_type::String

Returns the value of attribute authentication_type.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def authentication_type
  @authentication_type
end

#edition"STANDARD", ...

Returns the value of attribute edition.

Returns:

  • ("STANDARD", "ENTERPRISE", "ENTERPRISE_AND_Q")


37
38
39
# File 'sig/types.rbs', line 37

def edition
  @edition
end

#iam_identity_center_instance_arn::String

Returns the value of attribute iam_identity_center_instance_arn.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def iam_identity_center_instance_arn
  @iam_identity_center_instance_arn
end

#notification_email::String

Returns the value of attribute notification_email.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def notification_email
  @notification_email
end