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.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def account_name @account_name end |
#active_directory_name ⇒ ::String
Returns the value of attribute active_directory_name.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def active_directory_name @active_directory_name end |
#admin_group ⇒ ::Array[::String]
Returns the value of attribute admin_group.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def admin_group @admin_group end |
#admin_pro_group ⇒ ::Array[::String]
Returns the value of attribute admin_pro_group.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def admin_pro_group @admin_pro_group end |
#authentication_method ⇒ "IAM_AND_QUICKSIGHT", ...
Returns the value of attribute authentication_method.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def authentication_method @authentication_method end |
#author_group ⇒ ::Array[::String]
Returns the value of attribute author_group.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def @author_group end |
#author_pro_group ⇒ ::Array[::String]
Returns the value of attribute author_pro_group.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def @author_pro_group end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def aws_account_id @aws_account_id end |
#contact_number ⇒ ::String
Returns the value of attribute contact_number.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def contact_number @contact_number end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def directory_id @directory_id end |
#edition ⇒ "STANDARD", ...
Returns the value of attribute edition.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def edition @edition end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def first_name @first_name end |
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def iam_identity_center_instance_arn @iam_identity_center_instance_arn end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def last_name @last_name end |
#notification_email ⇒ ::String
Returns the value of attribute notification_email.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def notification_email @notification_email end |
#reader_group ⇒ ::Array[::String]
Returns the value of attribute reader_group.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def reader_group @reader_group end |
#reader_pro_group ⇒ ::Array[::String]
Returns the value of attribute reader_pro_group.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def reader_pro_group @reader_pro_group end |
#realm ⇒ ::String
Returns the value of attribute realm.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def realm @realm end |