Class: Aws::Types::CreateManagedEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:



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

def certificate_arn
  @certificate_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:



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

def client_token
  @client_token
end

#configuration_overridesTypes::ConfigurationOverrides

Returns the value of attribute configuration_overrides.

Returns:



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

def configuration_overrides
  @configuration_overrides
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:



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

def execution_role_arn
  @execution_role_arn
end

#name::String

Returns the value of attribute name.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def name
  @name
end

#release_label::String

Returns the value of attribute release_label.

Returns:



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

def release_label
  @release_label
end

#session_idle_timeout_in_minutes::Integer

Returns the value of attribute session_idle_timeout_in_minutes.

Returns:



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

def session_idle_timeout_in_minutes
  @session_idle_timeout_in_minutes
end

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

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def type
  @type
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def virtual_cluster_id
  @virtual_cluster_id
end