Class: Aws::Types::ConfigurationProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def id
  @id
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def kms_key_arn
  @kms_key_arn
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def kms_key_identifier
  @kms_key_identifier
end

#location_uri ⇒ ::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def location_uri
  @location_uri
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def name
  @name
end

#retrieval_role_arn ⇒ ::String

Returns the value of attribute retrieval_role_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def retrieval_role_arn
  @retrieval_role_arn
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def type
  @type
end

#validators ⇒ ::Array[Types::Validator]

Returns the value of attribute validators.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def validators
  @validators
end