Class: Aws::Types::AccountInfo
- Inherits:
-
Object
- Object
- Aws::Types::AccountInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#account_subscription_status ⇒ ::String
Returns the value of attribute account_subscription_status.
-
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
-
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
-
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
-
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def account_name @account_name end |
#account_subscription_status ⇒ ::String
Returns the value of attribute account_subscription_status.
40 41 42 |
# File 'sig/types.rbs', line 40 def account_subscription_status @account_subscription_status end |
#authentication_type ⇒ ::String
Returns the value of attribute authentication_type.
39 40 41 |
# File 'sig/types.rbs', line 39 def authentication_type @authentication_type end |
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
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.
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.
38 39 40 |
# File 'sig/types.rbs', line 38 def notification_email @notification_email end |