Class: Aws::Types::Member

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)


358
359
360
# File 'sig/types.rbs', line 358

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


356
357
358
# File 'sig/types.rbs', line 356

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def description
  @description
end

#framework_attributes ⇒ Types::MemberFrameworkAttributes

Returns the value of attribute framework_attributes.



353
354
355
# File 'sig/types.rbs', line 353

def framework_attributes
  @framework_attributes
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def id
  @id
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def kms_key_arn
  @kms_key_arn
end

#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration

Returns the value of attribute log_publishing_configuration.



354
355
356
# File 'sig/types.rbs', line 354

def log_publishing_configuration
  @log_publishing_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def name
  @name
end

#network_id ⇒ ::String

Returns the value of attribute network_id.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def network_id
  @network_id
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


355
356
357
# File 'sig/types.rbs', line 355

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


357
358
359
# File 'sig/types.rbs', line 357

def tags
  @tags
end