Class: Aws::Types::GetComponentVersionArtifactRequest

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)


334
335
336
# File 'sig/types.rbs', line 334

def arn
  @arn
end

#artifact_name ⇒ ::String

Returns the value of attribute artifact_name.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def artifact_name
  @artifact_name
end

#iot_endpoint_type ⇒ "fips", "standard"

Returns the value of attribute iot_endpoint_type.

Returns:

  • ("fips", "standard")


337
338
339
# File 'sig/types.rbs', line 337

def iot_endpoint_type
  @iot_endpoint_type
end

#s3_endpoint_type ⇒ "REGIONAL", "GLOBAL"

Returns the value of attribute s3_endpoint_type.

Returns:

  • ("REGIONAL", "GLOBAL")


336
337
338
# File 'sig/types.rbs', line 336

def s3_endpoint_type
  @s3_endpoint_type
end