Class: Aws::Types::CreateOutpostResolverRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def creator_request_id
  @creator_request_id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def instance_count
  @instance_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def outpost_arn
  @outpost_arn
end

#preferred_instance_type::String

Returns the value of attribute preferred_instance_type.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def preferred_instance_type
  @preferred_instance_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def tags
  @tags
end