Class: Aws::Types::PoAttributes
- Inherits:
-
Object
- Object
- Aws::Types::PoAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding ⇒ ::String
Returns the value of attribute encoding.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#member_file_extensions ⇒ ::Array[::String]
Returns the value of attribute member_file_extensions.
Instance Attribute Details
#encoding ⇒ ::String
Returns the value of attribute encoding.
855 856 857 |
# File 'sig/types.rbs', line 855 def encoding @encoding end |
#format ⇒ ::String
Returns the value of attribute format.
856 857 858 |
# File 'sig/types.rbs', line 856 def format @format end |
#member_file_extensions ⇒ ::Array[::String]
Returns the value of attribute member_file_extensions.
857 858 859 |
# File 'sig/types.rbs', line 857 def member_file_extensions @member_file_extensions end |