Class: Aws::Types::BackendEnvironment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backend_environment_arn::String

Returns the value of attribute backend_environment_arn.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def backend_environment_arn
  @backend_environment_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


74
75
76
# File 'sig/types.rbs', line 74

def create_time
  @create_time
end

#deployment_artifacts::String

Returns the value of attribute deployment_artifacts.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def deployment_artifacts
  @deployment_artifacts
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def environment_name
  @environment_name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def stack_name
  @stack_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


75
76
77
# File 'sig/types.rbs', line 75

def update_time
  @update_time
end