Class: Aws::Types::CreateConfigurationOutput

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:



193
194
195
# File 'sig/types.rbs', line 193

def arn
  @arn
end

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def authentication_strategy
  @authentication_strategy
end

#created::Time

Returns the value of attribute created.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def created
  @created
end

#id::String

Returns the value of attribute id.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def id
  @id
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def name
  @name
end