Class: Aws::Types::CreateBillingGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_grouping ⇒ Types::AccountGrouping

Returns the value of attribute account_grouping.



162
163
164
# File 'sig/types.rbs', line 162

def 
  @account_grouping
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def client_token
  @client_token
end

#computation_preference ⇒ Types::ComputationPreference

Returns the value of attribute computation_preference.



163
164
165
# File 'sig/types.rbs', line 163

def computation_preference
  @computation_preference
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def name
  @name
end

#primary_account_id ⇒ ::String

Returns the value of attribute primary_account_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def 
  @primary_account_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


166
167
168
# File 'sig/types.rbs', line 166

def tags
  @tags
end