Class: Aws::Types::Environment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def arn
  @arn
end

#connection_type"CONNECT_SSH", "CONNECT_SSM"

Returns the value of attribute connection_type.

Returns:

  • ("CONNECT_SSH", "CONNECT_SSM")


110
111
112
# File 'sig/types.rbs', line 110

def connection_type
  @connection_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def id
  @id
end

#lifecycleTypes::EnvironmentLifecycle

Returns the value of attribute lifecycle.



113
114
115
# File 'sig/types.rbs', line 113

def lifecycle
  @lifecycle
end

#managed_credentials_status"ENABLED_ON_CREATE", ...

Returns the value of attribute managed_credentials_status.

Returns:

  • ("ENABLED_ON_CREATE", "ENABLED_BY_OWNER", "DISABLED_BY_DEFAULT", "DISABLED_BY_OWNER", "DISABLED_BY_COLLABORATOR", "PENDING_REMOVAL_BY_COLLABORATOR", "PENDING_START_REMOVAL_BY_COLLABORATOR", "PENDING_REMOVAL_BY_OWNER", "PENDING_START_REMOVAL_BY_OWNER", "FAILED_REMOVAL_BY_COLLABORATOR", "FAILED_REMOVAL_BY_OWNER")


114
115
116
# File 'sig/types.rbs', line 114

def managed_credentials_status
  @managed_credentials_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def name
  @name
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def owner_arn
  @owner_arn
end

#type"ssh", "ec2"

Returns the value of attribute type.

Returns:

  • ("ssh", "ec2")


109
110
111
# File 'sig/types.rbs', line 109

def type
  @type
end