Class: Aws::Types::TypeConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:



2062
2063
2064
# File 'sig/types.rbs', line 2062

def alias
  @alias
end

#arn::String

Returns the value of attribute arn.

Returns:



2061
2062
2063
# File 'sig/types.rbs', line 2061

def arn
  @arn
end

#configuration::String

Returns the value of attribute configuration.

Returns:



2063
2064
2065
# File 'sig/types.rbs', line 2063

def configuration
  @configuration
end

#is_default_configurationBoolean

Returns the value of attribute is_default_configuration.

Returns:



2067
2068
2069
# File 'sig/types.rbs', line 2067

def is_default_configuration
  @is_default_configuration
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:



2064
2065
2066
# File 'sig/types.rbs', line 2064

def last_updated
  @last_updated
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:



2065
2066
2067
# File 'sig/types.rbs', line 2065

def type_arn
  @type_arn
end

#type_name::String

Returns the value of attribute type_name.

Returns:



2066
2067
2068
# File 'sig/types.rbs', line 2066

def type_name
  @type_name
end