Class: Aws::Types::CreateSolNetworkPackageOutput

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)


59
60
61
# File 'sig/types.rbs', line 59

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def id
  @id
end

#nsd_onboarding_state"CREATED", ...

Returns the value of attribute nsd_onboarding_state.

Returns:

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


61
62
63
# File 'sig/types.rbs', line 61

def nsd_onboarding_state
  @nsd_onboarding_state
end

#nsd_operational_state"ENABLED", "DISABLED"

Returns the value of attribute nsd_operational_state.

Returns:

  • ("ENABLED", "DISABLED")


62
63
64
# File 'sig/types.rbs', line 62

def nsd_operational_state
  @nsd_operational_state
end

#nsd_usage_state"IN_USE", "NOT_IN_USE"

Returns the value of attribute nsd_usage_state.

Returns:

  • ("IN_USE", "NOT_IN_USE")


63
64
65
# File 'sig/types.rbs', line 63

def nsd_usage_state
  @nsd_usage_state
end

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

Returns the value of attribute tags.

Returns:

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


64
65
66
# File 'sig/types.rbs', line 64

def tags
  @tags
end