Class: Aws::Types::DelegatedAdministrator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def arn
  @arn
end

#delegation_enabled_date::Time

Returns the value of attribute delegation_enabled_date.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def delegation_enabled_date
  @delegation_enabled_date
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def email
  @email
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def id
  @id
end

#joined_method"INVITED", "CREATED"

Returns the value of attribute joined_method.

Returns:

  • ("INVITED", "CREATED")


226
227
228
# File 'sig/types.rbs', line 226

def joined_method
  @joined_method
end

#joined_timestamp::Time

Returns the value of attribute joined_timestamp.

Returns:

  • (::Time)


227
228
229
# File 'sig/types.rbs', line 227

def joined_timestamp
  @joined_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def name
  @name
end

#state"PENDING_ACTIVATION", ...

Returns the value of attribute state.

Returns:

  • ("PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED")


225
226
227
# File 'sig/types.rbs', line 225

def state
  @state
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "SUSPENDED", "PENDING_CLOSURE")


224
225
226
# File 'sig/types.rbs', line 224

def status
  @status
end