Class: Aws::Types::Esam
- Inherits:
-
Object
- Object
- Aws::Types::Esam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acquisition_point_id ⇒ ::String
Returns the value of attribute acquisition_point_id.
-
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
-
#password_param ⇒ ::String
Returns the value of attribute password_param.
-
#pois_endpoint ⇒ ::String
Returns the value of attribute pois_endpoint.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#zone_identity ⇒ ::String
Returns the value of attribute zone_identity.
Instance Attribute Details
#acquisition_point_id ⇒ ::String
Returns the value of attribute acquisition_point_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def acquisition_point_id @acquisition_point_id end |
#ad_avail_offset ⇒ ::Integer
Returns the value of attribute ad_avail_offset.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def ad_avail_offset @ad_avail_offset end |
#password_param ⇒ ::String
Returns the value of attribute password_param.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def password_param @password_param end |
#pois_endpoint ⇒ ::String
Returns the value of attribute pois_endpoint.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def pois_endpoint @pois_endpoint end |
#username ⇒ ::String
Returns the value of attribute username.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def username @username end |
#zone_identity ⇒ ::String
Returns the value of attribute zone_identity.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def zone_identity @zone_identity end |