Class: Aws::Types::Environment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_page_url::String

Returns the value of attribute activation_page_url.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def activation_page_url
  @activation_page_url
end

#bandwidthsTypes::Bandwidths

Returns the value of attribute bandwidths.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def bandwidths
  @bandwidths
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def environment_id
  @environment_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def location
  @location
end

#providerTypes::Provider

Returns the value of attribute provider.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def provider
  @provider
end

#remote_identifier_type"account", "email"

Returns the value of attribute remote_identifier_type.

Returns:

  • ("account", "email")


140
141
142
# File 'sig/types.rbs', line 140

def remote_identifier_type
  @remote_identifier_type
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "limited", "unavailable")


136
137
138
# File 'sig/types.rbs', line 136

def state
  @state
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def type
  @type
end