Class: Aws::Types::KeyPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def created_at
  @created_at
end

#fingerprint::String

Returns the value of attribute fingerprint.

Returns:

  • (::String)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def fingerprint
  @fingerprint
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2294
2295
2296
# File 'sig/types.rbs', line 2294

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def name
  @name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2295
2296
2297
# File 'sig/types.rbs', line 2295

def resource_type
  @resource_type
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2296
2297
2298
# File 'sig/types.rbs', line 2296

def tags
  @tags
end