Class: Aws::Types::MemberSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


410
411
412
# File 'sig/types.rbs', line 410

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def id
  @id
end

#is_owned ⇒ Boolean

Returns the value of attribute is_owned.

Returns:

  • (Boolean)


411
412
413
# File 'sig/types.rbs', line 411

def is_owned
  @is_owned
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "INACCESSIBLE_ENCRYPTION_KEY")


409
410
411
# File 'sig/types.rbs', line 409

def status
  @status
end