Class: Aws::Types::CreateAccountSubscriptionRequest

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)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def 
  @account_name
end

#active_directory_name::String

Returns the value of attribute active_directory_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("IAM_AND_QUICKSIGHT", "IAM_ONLY", "ACTIVE_DIRECTORY", "IAM_IDENTITY_CENTER")


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.

Returns:

  • (::Array[::String])


2058
2059
2060
# File 'sig/types.rbs', line 2058

def author_group
  @author_group
end

#author_pro_group::Array[::String]

Returns the value of attribute author_pro_group.

Returns:

  • (::Array[::String])


2061
2062
2063
# File 'sig/types.rbs', line 2061

def author_pro_group
  @author_pro_group
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def 
  @aws_account_id
end

#contact_number::String

Returns the value of attribute contact_number.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def directory_id
  @directory_id
end

#edition"STANDARD", ...

Returns the value of attribute edition.

Returns:

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


2049
2050
2051
# File 'sig/types.rbs', line 2049

def edition
  @edition
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def realm
  @realm
end