Class: Aws::Types::ListTemplateSharesInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.



1402
1403
1404
# File 'sig/types.rbs', line 1402

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.



1401
1402
1403
# File 'sig/types.rbs', line 1401

def next_token
  @next_token
end

#shared_with_prefix ⇒ ::String

Returns the value of attribute shared_with_prefix.



1400
1401
1402
# File 'sig/types.rbs', line 1400

def shared_with_prefix
  @shared_with_prefix
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.



1403
1404
1405
# File 'sig/types.rbs', line 1403

def status
  @status
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.



1399
1400
1401
# File 'sig/types.rbs', line 1399

def template_arn
  @template_arn
end