Class: Aws::Types::CreateSecurityConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def client_token
  @client_token
end

#container_providerTypes::ContainerProvider

Returns the value of attribute container_provider.



126
127
128
# File 'sig/types.rbs', line 126

def container_provider
  @container_provider
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def name
  @name
end

#security_configuration_dataTypes::SecurityConfigurationData

Returns the value of attribute security_configuration_data.



127
128
129
# File 'sig/types.rbs', line 127

def security_configuration_data
  @security_configuration_data
end

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

Returns the value of attribute tags.

Returns:

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


128
129
130
# File 'sig/types.rbs', line 128

def tags
  @tags
end