Class: Aws::Types::OrganizationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def alias
  @alias
end

#default_mail_domain::String

Returns the value of attribute default_mail_domain.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def default_mail_domain
  @default_mail_domain
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def error_message
  @error_message
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def organization_id
  @organization_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def state
  @state
end