Class: Aws::Types::InstanceUserSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_date::String

Returns the value of attribute association_date.

Returns:

  • (::String)


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

def association_date
  @association_date
end

#disassociation_date::String

Returns the value of attribute disassociation_date.

Returns:

  • (::String)


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

def disassociation_date
  @disassociation_date
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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

def domain
  @domain
end

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



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

def identity_provider
  @identity_provider
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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

def instance_id
  @instance_id
end

#instance_user_arn::String

Returns the value of attribute instance_user_arn.

Returns:

  • (::String)


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

def instance_user_arn
  @instance_user_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


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

def status_message
  @status_message
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


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

def username
  @username
end