Class: Aws::Types::GetComponentVersionArtifactRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentVersionArtifactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#iot_endpoint_type ⇒ "fips", "standard"
Returns the value of attribute iot_endpoint_type.
-
#s3_endpoint_type ⇒ "REGIONAL", "GLOBAL"
Returns the value of attribute s3_endpoint_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
334 335 336 |
# File 'sig/types.rbs', line 334 def arn @arn end |
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
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.
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.
336 337 338 |
# File 'sig/types.rbs', line 336 def s3_endpoint_type @s3_endpoint_type end |