Class: Aws::Types::CreateConfigurationSetResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arn ⇒ ::String

Returns the value of attribute configuration_set_arn.

Returns:

  • (::String)


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

def configuration_set_arn
  @configuration_set_arn
end

#configuration_set_name ⇒ ::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


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

def configuration_set_name
  @configuration_set_name
end

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


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

def created_timestamp
  @created_timestamp
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end