Class: Aws::Types::ConfigurationProfileSummary

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)


120
121
122
# File 'sig/types.rbs', line 120

def application_id
  @application_id
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def id
  @id
end

#location_uri ⇒ ::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


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

def location_uri
  @location_uri
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def name
  @name
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


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

def type
  @type
end

#validator_types ⇒ ::Array[("JSON_SCHEMA" | "LAMBDA")]

Returns the value of attribute validator_types.

Returns:

  • (::Array[("JSON_SCHEMA" | "LAMBDA")])


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

def validator_types
  @validator_types
end