Class: Aws::Types::CreateSolFunctionPackageOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def id
  @id
end

#onboarding_state"CREATED", ...

Returns the value of attribute onboarding_state.

Returns:

  • ("CREATED", "ONBOARDED", "ERROR")


29
30
31
# File 'sig/types.rbs', line 29

def onboarding_state
  @onboarding_state
end

#operational_state"ENABLED", "DISABLED"

Returns the value of attribute operational_state.

Returns:

  • ("ENABLED", "DISABLED")


30
31
32
# File 'sig/types.rbs', line 30

def operational_state
  @operational_state
end

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

Returns the value of attribute tags.

Returns:

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


31
32
33
# File 'sig/types.rbs', line 31

def tags
  @tags
end

#usage_state"IN_USE", "NOT_IN_USE"

Returns the value of attribute usage_state.

Returns:

  • ("IN_USE", "NOT_IN_USE")


32
33
34
# File 'sig/types.rbs', line 32

def usage_state
  @usage_state
end