Class: Aws::Types::CreateComponentVersionResponse

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)


182
183
184
# File 'sig/types.rbs', line 182

def arn
  @arn
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def component_name
  @component_name
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def component_version
  @component_version
end

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


185
186
187
# File 'sig/types.rbs', line 185

def creation_timestamp
  @creation_timestamp
end

#status ⇒ Types::CloudComponentStatus

Returns the value of attribute status.



186
187
188
# File 'sig/types.rbs', line 186

def status
  @status
end