Class: Aws::Types::MemberConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def description
  @description
end

#framework_configuration ⇒ Types::MemberFrameworkConfiguration

Returns the value of attribute framework_configuration.



366
367
368
# File 'sig/types.rbs', line 366

def framework_configuration
  @framework_configuration
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def kms_key_arn
  @kms_key_arn
end

#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration

Returns the value of attribute log_publishing_configuration.



367
368
369
# File 'sig/types.rbs', line 367

def log_publishing_configuration
  @log_publishing_configuration
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


368
369
370
# File 'sig/types.rbs', line 368

def tags
  @tags
end