Class: Aws::Types::CreateAccountSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#active_directory_name ⇒ ::String
Returns the value of attribute active_directory_name.
-
#admin_group ⇒ ::Array[::String]
Returns the value of attribute admin_group.
-
#admin_pro_group ⇒ ::Array[::String]
Returns the value of attribute admin_pro_group.
-
#authentication_method ⇒ "IAM_AND_QUICKSIGHT", ...
Returns the value of attribute authentication_method.
-
#author_group ⇒ ::Array[::String]
Returns the value of attribute author_group.
-
#author_pro_group ⇒ ::Array[::String]
Returns the value of attribute author_pro_group.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#contact_number ⇒ ::String
Returns the value of attribute contact_number.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
-
#reader_group ⇒ ::Array[::String]
Returns the value of attribute reader_group.
-
#reader_pro_group ⇒ ::Array[::String]
Returns the value of attribute reader_pro_group.
-
#realm ⇒ ::String
Returns the value of attribute realm.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def account_name @account_name end |
#active_directory_name ⇒ ::String
Returns the value of attribute active_directory_name.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def active_directory_name @active_directory_name end |
#admin_group ⇒ ::Array[::String]
Returns the value of attribute admin_group.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def admin_group @admin_group end |
#admin_pro_group ⇒ ::Array[::String]
Returns the value of attribute admin_pro_group.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def admin_pro_group @admin_pro_group end |
#authentication_method ⇒ "IAM_AND_QUICKSIGHT", ...
Returns the value of attribute authentication_method.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def authentication_method @authentication_method end |
#author_group ⇒ ::Array[::String]
Returns the value of attribute author_group.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def @author_group end |
#author_pro_group ⇒ ::Array[::String]
Returns the value of attribute author_pro_group.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def @author_pro_group end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def aws_account_id @aws_account_id end |
#contact_number ⇒ ::String
Returns the value of attribute contact_number.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def contact_number @contact_number end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def directory_id @directory_id end |
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def edition @edition end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def first_name @first_name end |
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def iam_identity_center_instance_arn @iam_identity_center_instance_arn end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def last_name @last_name end |
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def notification_email @notification_email end |
#reader_group ⇒ ::Array[::String]
Returns the value of attribute reader_group.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def reader_group @reader_group end |
#reader_pro_group ⇒ ::Array[::String]
Returns the value of attribute reader_pro_group.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def reader_pro_group @reader_pro_group end |
#realm ⇒ ::String
Returns the value of attribute realm.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def realm @realm end |