Class: Aws::Types::ComponentSummary

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:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def arn
  @arn
end

#change_description ⇒ ::String

Returns the value of attribute change_description.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def change_description
  @change_description
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def name
  @name
end

#obfuscate ⇒ Boolean

Returns the value of attribute obfuscate.

Returns:

  • (Boolean)


159
160
161
# File 'sig/types.rbs', line 159

def obfuscate
  @obfuscate
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def owner
  @owner
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

  • ("Windows", "Linux", "macOS")


149
150
151
# File 'sig/types.rbs', line 149

def platform
  @platform
end

#publisher ⇒ ::String

Returns the value of attribute publisher.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def publisher
  @publisher
end

#state ⇒ Types::ComponentState

Returns the value of attribute state.



151
152
153
# File 'sig/types.rbs', line 151

def state
  @state
end

#supported_os_versions ⇒ ::Array[::String]

Returns the value of attribute supported_os_versions.

Returns:

  • (::Array[::String])


150
151
152
# File 'sig/types.rbs', line 150

def supported_os_versions
  @supported_os_versions
end

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

Returns the value of attribute tags.

Returns:

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


157
158
159
# File 'sig/types.rbs', line 157

def tags
  @tags
end

#type ⇒ "BUILD", "TEST"

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST")


152
153
154
# File 'sig/types.rbs', line 152

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def version
  @version
end